object frmScan: TfrmScan Left = 517 Top = 186 Width = 645 Height = 414 Caption = 'frmScan' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 144 TextHeight = 16 object pnlScan: TPanel Left = 0 Top = 0 Width = 637 Height = 381 Align = alClient BevelOuter = bvNone Color = clWhite TabOrder = 0 DesignSize = ( 637 381) object imgWatermarkPage: TImage Left = 290 Top = 260 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True Transparent = True end object axlblScanTitle: TAxLabel Left = 32 Top = 16 Width = 299 Height = 19 WordWrap = False Quality = smMMXSmoothing4x Layout = tlCenter Transparent = False Caption = 'Scanning computer for history traces' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object lblCurCategory: TAxLabel Left = 32 Top = 126 Width = 566 Height = 19 WordWrap = False Transparent = False AutoSize = False Caption = 'Scanning category Internet Explorer URLs (3 out of 12):' ShowAccelChar = True end object lbElapsedValue: TAxLabel Left = 230 Top = 210 Width = 34 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = False Caption = '0 sec' ShowAccelChar = True end object lblTracksValue: TAxLabel Left = 198 Top = 235 Width = 65 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = False AutoSize = False Caption = '0' ShowAccelChar = True end object lblDescription: TLabel Left = 32 Top = 57 Width = 571 Height = 49 AutoSize = False Caption = 'lblDescription' WordWrap = True end object axlNextText: TLabel Left = 32 Top = 360 Width = 341 Height = 16 Caption = 'Click Stop if you wish to stop the scan and view the results' Transparent = True end object axlElapsed: TLabel Left = 32 Top = 210 Width = 112 Height = 16 Caption = 'Elapsed scan time:' end object axlTracks: TLabel Left = 32 Top = 235 Width = 85 Height = 16 Caption = 'Tracks found:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblCurItem: TAxLabel Left = 32 Top = 150 Width = 571 Height = 17 WordWrap = False Transparent = False AutoSize = False Caption = 'www.bad-url.com' ShowAccelChar = True end object pbScanning: TProgressBar Left = 32 Top = 169 Width = 571 Height = 17 Smooth = True TabOrder = 0 end object btnResume: TButton Left = 398 Top = 193 Width = 99 Height = 25 Caption = '&Pause' TabOrder = 1 OnClick = btnResumeClick end object btnStop: TButton Left = 503 Top = 193 Width = 99 Height = 25 Caption = '&Stop' TabOrder = 2 OnClick = btnStopClick end end object timerProgress: TTimer Enabled = False Interval = 100 OnTimer = timerProgressTimer Left = 567 Top = 321 end object timerElapsedTime: TTimer Enabled = False OnTimer = timerElapsedTimeTimer Left = 564 Top = 267 end end